home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / scsv515.arj / I54ADAPT.DOC next >
Text File  |  1992-06-03  |  5KB  |  146 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.        ________________________
  9.        \                     \ \
  10.         \       Tom           \ \
  11.          \       Donnelly      \ \
  12.           \       Computer      \ \
  13.            \       Software      \ \
  14.             \_____________________\_\
  15.              \_____________________\_\
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                                                                I54Adapt
  23.                                                             Version 1.0
  24.  
  25.                                                    Interrupt 54 adapter
  26.  
  27.                                                 REFERENCE DOCUMENTATION
  28.  
  29.  
  30.  
  31.                                                            Tom Donnelly
  32.                                                       Computer Software
  33.                                                           P.O. Box 3856
  34.                                                           San Dimas, CA
  35.                                                                   91773
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.          Copyright (C) 1992 Tom R. Donnelly   All Rights Reserved.
  56.  
  57.    PROGRAM DESCRIPTION AND USAGE                                       1
  58.    =====================================================================
  59.  
  60.  
  61.    The Interrupt 54 Adapter (I54ADAPT.SYS) is a common component for
  62.    various products distributed by Tom Donnelly Computer Software.
  63.    Interrupt 54 is used as a communication vehicle between various
  64.    products and allows products to determine if they are already
  65.    installed.
  66.  
  67.    Normally, interrupt 54 is unused and there is no problem using it for
  68.    inter-program communication.  However, some operating systems may not
  69.    correctly initialize this interrupt.  This could cause a program to
  70.    incorrrectly think that the interrupt call should be cascaded,
  71.    leading to a system lockup.  (The DOS window of OS/2 2.0 is known to
  72.    exhibit this problem.)
  73.  
  74.    I54ADAPT.SYS provides an "end-point" in the interrupt 54 chain.  This
  75.    insures that programs interrogating the interrupt do not incorrectly
  76.    cascade into never-never land.
  77.  
  78.    I54ADAPT.SYS should only be used in situations where problems are
  79.    observed or on the advice of technical support.  Symptoms of when
  80.    I54ADAPT.SYS may be applicable include:
  81.  
  82.             o System locks-up during program initialization.
  83.  
  84.             o On 80386 (and above) processors, a processor exception
  85.               is reported by the operating system or memory manager.
  86.  
  87.    To activate the Interrupt 54 Adapter, add the following line to your
  88.    CONFIG.SYS file:
  89.  
  90.                           DEVICE=C:\I54ADAPT.SYS
  91.  
  92.    If the file I54ADAPT.SYS is in a subdirectory, include the
  93.    subdirectory name on the DEVICE= statement.
  94.  
  95.    I54ADAPT.SYS should be included once in CONFIG.SYS and before any
  96.    other Tom Donnelly Computer Software products are installed.  It uses
  97.    less than 100 bytes of memory.
  98.  
  99.  
  100.   LICENSE AGREEMENT                                                   2
  101.   =====================================================================
  102.  
  103.         This program and the accompanying documentation are the
  104.         copyrighted property of Tom R. Donnelly.  You are granted a
  105.         limited license to use, copy and distribute the program and
  106.         its documentation, provided you meet the following conditions.
  107.  
  108.         1. No fee is charged for the use, copying or distribution of
  109.            the program and documentation, except a nominal medium charge
  110.            (not to exceed five dollars).
  111.  
  112.         2. The program is distributed in its original and unmodified
  113.            state along with the original and unmodified documentation.
  114.  
  115.         3. The program is not distributed, in whole or in part, as
  116.            part of any commercial product or service without the
  117.            express written permission of Tom R. Donnelly.
  118.  
  119.         THIS LICENSE IS EFFECTIVE UNTIL TERMINATED.  YOU MAY TERMINATE
  120.         THE LICENSE AT ANY TIME BY DESTROYING ALL COPIES OF THE
  121.         PROGRAM AND ITS DOCUMENTATION.
  122.  
  123.         YOU MAY NOT USE, COPY, MODIFY OR DISTRIBUTE THE PROGRAM OR
  124.         DOCUMENTATION OR ANY COPY, MODIFICATION OR PORTION OF THE
  125.         PROGRAM OR DOCUMENTATION EXCEPT AS EXPRESSLY PROVIDED FOR IN
  126.         THIS LICENSE.
  127.  
  128.         VIOLATION OF ANY LICENSE PROVISION AUTOMATICALLY TERMINATES
  129.         YOUR LICENSE AND MAY SUBJECT YOU TO CIVIL AND/OR CRIMINAL
  130.         LIABILITY.
  131.  
  132.         THIS PROGRAM IS PROVIDED "AS IS" WITH NO WARRANTY OF ANY KIND
  133.         EITHER EXPRESSED OR IMPLIED INCLUDING BUT NOT LIMITED TO ANY
  134.         WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  135.         PURPOSE.  THE ENTIRE RISK AS TO THE SUITABILITY, QUALITY AND
  136.         PERFORMANCE OF THE PROGRAM IS WITH YOU.  IN THE EVENT THAT THE
  137.         PROGRAM SHOULD PROVE TO BE DEFECTIVE YOU ASSUME THE ENTIRE
  138.         COST OF ALL NECESSARY SERVICING, REPAIR AND/OR CORRECTION.
  139.  
  140.         IN NO EVENT WILL TOM R. DONNELLY BE LIABLE TO YOU OR ANY OTHER
  141.         PARTY FOR ANY DAMAGES, INCLUDING LOST PROFITS AND/OR ANY OTHER
  142.         INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  143.         INABILITY TO USE THE PROGRAM EVEN IF TOM R. DONNELLY HAS BEEN
  144.         ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  145.  
  146.